home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / INSTALL < prev    next >
Encoding:
Text File  |  1994-02-09  |  636 b   |  34 lines

  1. Requirements
  2. ------------
  3. This describes the installation process for the Tm library and the moat
  4. interpreter. 
  5.  
  6. Imakefile
  7. ---------
  8. Edit the file src/Imakefile to set the location of the Motif and tcl include
  9. header files and libraries in the variables 
  10.  
  11.     TCL_INCLUDE
  12.     MOTIF_INCLUDE
  13.     TCL_LIB
  14.     MOTIF_LIB
  15.  
  16.  
  17. Make
  18. ----
  19. To create the library and moat, type
  20.  
  21.     xmkmf
  22.     make Makefiles
  23.     make
  24.  
  25. To install the library, moat and the man pages, type
  26.  
  27.     make install
  28.     make install.man
  29.  
  30. If you don't have imake, xmkmf or really don't want to use them, the file
  31. src/Makefile.orig can be used to build moat. You are a bit on your own from
  32. there though.
  33.  
  34.